home *** CD-ROM | disk | FTP | other *** search
/ BCI NET / BCI NET Dec 94.iso / archives / programming / blitzbasic / blitz-list200994.lha / blitz-list / 000579_blitz-list-request_Sun Sep 18 02:47:20 1994.msg < prev    next >
Internet Message Format  |  1994-09-20  |  2KB

  1. Received: from gboro.rowan.edu (gboro.rowan.edu [150.250.1.1]) by kantti.helsinki.fi (8.6.9/8.6.5) with SMTP id CAA16478 for <blitz-list@helsinki.fi>; Sun, 18 Sep 1994 02:45:56 +0300
  2. Received: by gboro.rowan.edu (5.57/Ultrix3.0-C)
  3.     id AA21824; Sat, 17 Sep 94 19:45:50 -0400
  4. Received: from MARS/MAILQUEUE by mars.rowan.edu (Mercury 1.11);
  5.     Sat, 17 Sep 94 19:45:51 +0500
  6. Received: from MAILQUEUE by MARS (Mercury 1.11); Sat, 17 Sep 94 19:45:37 +0500
  7. From: "MACIEJ GORNY" <GORN4907@mars.rowan.edu>
  8. Organization:  Rowan College of NJ
  9. To: blitz-list@helsinki.fi
  10. Date:          Sat, 17 Sep 1994 19:45:36 EST
  11. Subject:       WTitle mess
  12. Priority: normal
  13. X-Mailer:     Pegasus Mail v3.1 (R1)
  14. Message-Id: <1C40BD92B91@mars.rowan.edu>
  15. MIME-Version: 1.0
  16. Content-Type: text/plain; charset="us-ascii"
  17. Content-Transfer-Encoding: 7bit
  18. Status: RO
  19.  
  20. I use ASLFileRequest to get a file, then I assign whatever it returns 
  21. (a file with its path) to a string variable and try to use WTitle to 
  22. change window's title to display that file:
  23.      WTitle filepath$,"my screens name"
  24. The screen's and window's titles get somehow screwd up after the next 
  25. window event it would seem. It contains some random strings, from 
  26. file requester, or etc...
  27.  
  28. It looks like there is a some string memory conflict, or something 
  29. like that.
  30.  
  31. Does anybody know how WTitle works? (Acid Software?) And under what 
  32. conditions it should be used?
  33.  
  34. ANY help is greatly appreciated!
  35. maciej, gorn4907@mars.rowan.edu
  36.